| r12 vs r13 | ||
|---|---|---|
| ... | ... | |
| 204 | 204 | }}}[[파일:CentOS_7_설치가이드_3-2.png|width=65%]] |
| 205 | 205 | {{{[root@localhost ~]# parted /dev/vdb |
| 206 | 206 | }}}[[파일:CentOS_7_설치가이드_3-3.png|width=65%]] |
| 207 | {{{ |
|
| 208 | }}}[[파일:CentOS_7_설치가이드_3-4.png|width= |
|
| 209 | {{{ |
|
| 207 | {{{(parted) mklabel gpt |
|
| 208 | }}}[[파일:CentOS_7_설치가이드_3-4.png|width=55%]] |
|
| 209 | {{{(parted) mkpart |
|
| 210 | 210 | }}}[[파일:CentOS_7_설치가이드_3-5.png|width=65%]] |
| 211 | {{{quit |
|
| 211 | {{{(parted) quit |
|
| 212 | 212 | [root@localhost ~]# mkfs.xfs -f /dev/vdb1 |
| 213 | 213 | }}}[[파일:CentOS_7_설치가이드_3-6.png|width=65%]] |
| 214 | 214 | {{{[root@localhost ~]# mkdir /data |
| ... | ... |